home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / PROGRAMMING / DESKLIBC / SOURCES.ZIP / DeskLib / !DLSources / Libraries / Drag / DLLDef
Text File  |  1995-04-04  |  295b  |  27 lines

  1. ;
  2. ; cdll definition file for <name>
  3. ;
  4.  
  5. name "Drag"
  6.   version 1.00
  7.   author "DeskLib"
  8.  
  9. ; --- Exported symbols ---
  10.  
  11. exports
  12. {
  13.   Drag_SetHandlers
  14.   drag_currentuserdata
  15.   Drag_Initialise
  16.   drag_currentcomplete
  17.   drag_currentupdate
  18. }
  19.  
  20. ; --- Object files ---
  21.  
  22. objects
  23. {
  24.   o.SetHandler
  25.   o.DragInit
  26. }
  27.